home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / mode_stripped < prev    next >
Encoding:
Text File  |  2001-03-21  |  712 b   |  23 lines

  1. Synopsis:
  2.    on [#][<mode>]mode_stripped [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is similar to the MODE hook, except it only hooks a single
  6.    mode change at a time.  This hook relies on MODE_STRIPPER being turned
  7.    on.  It is mostly useful in scripts that wish to evaluate each
  8.    individual mode change.
  9.  
  10. Parameters:
  11.    $0    nickname of person issuing mode change
  12.    $1    channel or nickname affected by mode change
  13.    $2    mode changed
  14.    $3    argument to the mode (does not apply to all modes)
  15.  
  16. See Also:
  17.    mode(1); on(5) mode; set(4) mode_stripper
  18.  
  19. Other Notes:
  20.    This hook does not override the MODE hook; rather, they compliment each
  21.    other.
  22.  
  23.